calendar: Fix an uninitialized value
authorTimm Bäder <mail@baedert.org>
Mon, 3 Feb 2020 11:06:26 +0000 (12:06 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 7 Feb 2020 18:16:32 +0000 (13:16 -0500)
commitab84b17c1a9b39e825dcb11ae4bc86caf8df994f
treef23db02fadcce2667e664aa3e10c68d43f6fb901
parent7fd06cacbd81880ab3d4d6b7437d5dfac7874f9a
calendar: Fix an uninitialized value

Values pased to gtk_widget_measure must be initialized to 0. This failed
if the header widget of the calendar was invisible.
gtk/gtkcalendar.c